home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / CHIP Turkiye Ocak 1997.iso / program / sound / mp061 / document / sample.mps < prev   
Text File  |  1996-09-12  |  3KB  |  79 lines

  1. #----------------------------------------------------------------------------
  2. #             This is a sample Music Playback Settings profile
  3. #----------------------------------------------------------------------------
  4. #
  5. # To use this file, execute MiDPLAY from the commandline like this:
  6. # MP SAMPLE.MPS
  7. #
  8. # It may be used by anybody for any purpose !
  9. # If you want your own player to use these MPS-files,
  10. # do so to reach some kind of standard.
  11. #
  12. # --------------------------------------------------------
  13. # ID    PARAMETER
  14. # --------------------------------------------------------
  15. # song: song-filename
  16. # bank: SounFont-filename/s                     (optional)
  17. # no:   bank number for SBK/s                   (optional)
  18. # fx:   reverb- and chorus-settings             (optional)
  19. # map:  channel mapping                         (optional)
  20. # --------------------------------------------------------
  21. #
  22. # SONG:
  23. # After that ID comes the filename of the song to play
  24. # EXAMPLE
  25. # song:foo.mid
  26. # This is a minimal mps-file...
  27. #
  28. # BANK:
  29. # Similiar to "SONG:" after this ID comes the filename of the bank to load.
  30. # If more than one bank should be loaded, separate them with a comma !
  31. # EXAMPLE
  32. # song:foo.mid bank:hbert.sbk,ybert.sbk,pbert.sbk
  33. # These SBKs would be loaded as userbank 1,2 and 3 !
  34. # NOTE !
  35. # It is recommended that synthesizer SoundFonts such as SYNTHGM.SBK are
  36. # loaded as bank 0 !
  37. #
  38. # NO:
  39. # Here we place the bank number/s for the SBKs to be loaded.
  40. # EXAMPLE
  41. # song:bar.mid bank:foo1.sbk,foo2.sbk no:1,20
  42. # These banks would be loaded as userbank 1 and 20 !
  43. #
  44. # FX:
  45. # The reverb- and chorus-settings can be as follows:
  46. # ------------------------------------
  47. #  REVERB                CHORUS
  48. # ------------------------------------
  49. #  Room1                 Chorus1
  50. #  Room2                 Chorus2
  51. #  Room3                 Chorus3
  52. #  Hall1                 Chorus4
  53. #  Hall2                 FeedbackDelay
  54. #  Plate                 Flanger
  55. #  Delay                 ShortDelay
  56. #  PanningDelay          ShortDelayFB
  57. # ------------------------------------
  58. # EXAMPLE
  59. # song:foo.mid fx:delay,flanger
  60. #
  61. # MAP:
  62. # The channel mapping is done like this:
  63. # --------------------
  64. #  DEVICE          ID
  65. # --------------------
  66. #  EMU8000         E
  67. #  MPU401          M
  68. #  SB-MIDI         S
  69. # --------------------
  70. # If you want to have your EMU8000 on channels 1-9 and your MPU401 on
  71. # channel 10 and to make it even more complicate you want your SB-MIDI
  72. # on channels 11-16, here is how its done:
  73. # EXAMPLE
  74. # song:bar.mid map:EEEEEEEEEMSSSSSS
  75. # Make sure you allways give 16 IDs to get a complete new mapping !
  76. #
  77. #
  78. song:sample.mid bank:sample.sbk no:1 fx:chorus2 map:EEEEEEEEEEEEEEEE
  79.